home *** CD-ROM | disk | FTP | other *** search
- <?xml version="1.0"?>
- <!-- ***** BEGIN LICENSE BLOCK *****
-
- Copyright (c) 2004 Jason Adams <jason_nospam@yellowgorilla.net>
-
- This file is part of Image Zoom.
-
- Image Zoom is free software; you can redistribute it and/or modify
- it under the terms of the GNU General Public License as published by
- the Free Software Foundation; either version 2 of the License, or
- (at your option) any later version.
-
- Image Zoom is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU General Public License for more details.
-
- You should have received a copy of the GNU General Public License
- along with Image Zoom; if not, write to the Free Software
- Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
-
- ***** END LICENSE BLOCK ***** -->
- <?xml-stylesheet href="chrome://global/skin/" type="text/css"?>
-
- <!DOCTYPE window SYSTEM "chrome://imagezoom/locale/imageZoom.dtd">
-
-
- <dialog buttons="accept, cancel"
- id="imagezoom-customdim-dialog"
- ondialogaccept="imagezoom_customDim()"
- onload="imagezoom_loadCustomDim()"
- title="&pref.iz.customdim.title;"
- xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
-
- <script type="application/x-javascript" src="chrome://imagezoom/content/global.js"/>
- <script type="application/x-javascript" src="chrome://imagezoom/content/dialogs.js"/>
-
- <vbox flex="1">
- <hbox>
- <label value="&pref.iz.customdimwidth.label;"/>
- <textbox id="dimWidth" size="2" onkeypress="return validateKeyPress(event);" oninput="widthInput(event);"/>
- <label value="&pref.iz.customdimheight.label;"/>
- <textbox id="dimHeight" size="2" onkeypress="return validateKeyPress(event);" oninput="heightInput(event);"/>
- </hbox>
- <checkbox id="dimAspect" class="indent" style="margin-top:5px;" label="&pref.iz.customdimaspect.label;" onclick="checkInput(event);"/>
- </vbox>
- </dialog>
-